| Tool Name | Total Calls | Success Rate | Avg Time (ms) | Performance | State Changes |
|---|---|---|---|---|---|
| get_reservation_details | 128 | 20.3% | 0.04ms | Poor | 0/128 |
| get_user_details | 34 | 23.5% | 0.04ms | Poor | 0/34 |
| transfer_to_human_agents | 24 | 100.0% | 0.03ms | Excellent | 0/24 |
| search_direct_flight | 16 | 18.8% | 0.19ms | Poor | 0/16 |
| book_reservation | 14 | 0.0% | 0.11ms | Poor | 6/14 |
| cancel_reservation | 8 | 12.5% | 0.11ms | Poor | 8/8 |
| get_flight_status | 8 | 100.0% | 0.04ms | Excellent | 0/8 |
| update_reservation_flights | 4 | 0.0% | 0.10ms | Poor | 4/4 |
| send_certificate | 2 | 0.0% | 0.05ms | Poor | 2/2 |
| search_onestop_flight | 2 | 100.0% | 2.86ms | Excellent | 0/2 |
| Tool Name | Category | Calls | Success Rate | Avg Time (ms) | Performance Rating |
|---|---|---|---|---|---|
| cancel_reservation | State-Changing | 8 | 100.0% | 0.11ms | Excellent |
| book_reservation | State-Changing | 6 | 100.0% | 0.16ms | Excellent |
| update_reservation_flights | State-Changing | 4 | 100.0% | 0.10ms | Excellent |
| send_certificate | State-Changing | 2 | 100.0% | 0.05ms | Excellent |
| get_reservation_details | Read-Only | 128 | 89.1% | 0.04ms | Fair |
| get_user_details | Read-Only | 34 | 100.0% | 0.04ms | Excellent |
| transfer_to_human_agents | Read-Only | 24 | 100.0% | 0.03ms | Excellent |
| search_direct_flight | Read-Only | 16 | 100.0% | 0.19ms | Excellent |
| book_reservation | Read-Only | 8 | 0.0% | 0.08ms | Poor |
| get_flight_status | Read-Only | 8 | 100.0% | 0.04ms | Excellent |
| search_onestop_flight | Read-Only | 2 | 100.0% | 2.86ms | Excellent |
6 tools failed action validation checks:
{'reservation_id': 'XEHM4B'}{'user_id': 'anya_garcia_5901'}{'user_id': 'sophia_silva_7557', 'origin': 'ORD', 'destination': 'PHL', 'flight_type': 'one_way', 'c...{'user_id': 'noah_muller_9847', 'amount': 50}{'reservation_id': 'XEHM4B', 'cabin': 'economy', 'flights': [{'flight_number': 'HAT005', 'date': '20...{'origin': 'JFK', 'destination': 'MCO', 'date': '2024-05-22'}| Tool Name | Total Calls | Success Rate | Avg Time (ms) |
|---|---|---|---|
| get_reservation_details | 128 | 20.3% | 0.04ms |
| get_user_details | 34 | 23.5% | 0.04ms |
| search_direct_flight | 16 | 18.8% | 0.19ms |
| book_reservation | 14 | 0.0% | 0.11ms |
| cancel_reservation | 8 | 12.5% | 0.11ms |
| Tool Name | Avg Time (ms) | Total Calls | Success Rate |
|---|---|---|---|
| search_onestop_flight | 2.86ms | 2 | 100.0% |
| search_direct_flight | 0.19ms | 16 | 18.8% |
| book_reservation | 0.11ms | 14 | 0.0% |
| cancel_reservation | 0.11ms | 8 | 12.5% |
| update_reservation_flights | 0.10ms | 4 | 0.0% |
Most common tool transitions:
Recursive patterns: 6 tools frequently call themselves, indicating iterative processing patterns.